Deavmi's coding shack
docs/tokens.md HEAD (d1b05db3) Text, 408 B
Tokens
Below is a list of all the tokens in the T programming language.
EBNF
Do EBNF here.
TODO: Replace T383838program with T383838module
1. T383838program = [{T383838import}], T383838body;
2. T383838import = "import", T383838import_path, ";";
3. T383838import_path = T383838character, [{T383838character}];
4. T383838function = T383838type, T383838identifier, "(", [{T383838funcArgs}], ")", "{", T383838body, "}";
5.
Served by rngit 1.5.0 - Generated in 0.07s